home *** CD-ROM | disk | FTP | other *** search
- Path: news.ptd.net!news
- From: hankduck@postoffice.ptd.net (hankduck)
- Newsgroups: comp.sys.amiga.datacomm
- Subject: Re: PPP cant init serial.device
- Date: 1 Jan 1996 18:53:58 GMT
- Organization: ProLog - PenTeleData, Inc.
- Message-ID: <1058.6574T645T1747@postoffice.ptd.net>
- References: <4br5oj$6uq@yarrow.wt.com.au> <1771.6571T889T1858@pc.tue.bawue.de> <19951229.117B8E8.F316@olympus.net>
- NNTP-Posting-Host: cs1-06.spa.ptd.net
- X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
-
- >: >(do i need to put SERDEV=serial.device etc ?? the docs say not, i have
- >: >tried both without success) I installed every thing as per the PPP docs.
- >: >When i run startnet it opens the dailer window, and does the following...
-
- Absolutely not!
- >:
- >: >ECHO ON
- >: >TIMEOUT 1500
- >: >REDIAL "BUSY"
- >: >SEND "ATDT3814188"
- >: >WAIT "sername:"
-
- Here's my dialscript for a commercial net provider. AmiTCP/PPP. I don't use
- a terminal program. I use Thor for news and EMail, AMosaic and IBrowse for
- WWW, and Gui-FTP for downloads.
-
- ECHO ON
- TIMEOUT 2000
- REDIAL "BUSY"
- SEND "ATZ"
- WAIT "OK"
- SEND "AT&C1"
- WAIT "OK"
- SEND "AT&D2"
- WAIT "OK"
- SEND "ATDT"[your provider phone number]"
- WAIT "CONNECT"
- SEND ""
- WAIT "Username:"
- SEND "[your username]"
- WAIT "Password:"
- SEND "[your password]"
- WAIT ""
- SEND "PPP"
- WAIT "[your provider prompt]"
- DELAY 50
- ECHO OFF>:
-
- I use 57600 for my sana2/ppp.config setting and it's the same in my serial
- prefs file.
-
-
- Hank Duckman from the beautiful northwest New Jersey/ running A2000, G'040@33, 16 megs ram, Picasso, Emplant, VLab, Opal
-
-